home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tag2bw2b.zip / BW2.BAT < prev    next >
DOS Batch File  |  1992-11-29  |  708b  |  23 lines

  1. @echo off
  2. :========================================================================
  3. :
  4. : This batch file assumes the following (and is for NODE1 operation):
  5. :      NODE1 BBS Directory =   C:\BBS
  6. :      NODE2 BBS Directory =   C:\BBS2
  7. :      Blue Wave Dir NODE1 =   C:\BW\NODE1
  8. :      Blue Wave Dir NODE2 =   C:\BW\NODE2
  9. :
  10. : Remember the Blue Wave Node directory is NOT the main BW directory, it's
  11. : the QBBS system directory for the given TAG node (as per the Blue
  12. : Wave .PRM file designation)
  13. :=========================================================================
  14.  
  15. C:
  16. CD\BW
  17. TAG2BW %1 %2 %3 %4 %5 %6 %7 C:\BW\NODE2 C:\BBS2
  18. BWMAIL -CNODE2.PRM
  19. TAGUDATE C:\BW\NODE2 C:\BBS2
  20. C:
  21. CD\BBS
  22.  
  23.